This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
I have a web agent I call to export an excel file. The agent has been working as intended in many applications, and recently it began loggin HTTP Server Error: Subscript out of Range. Here's the part of the agent that is causing the error:
x=Ubound(view.Columns)
While Not(ne Is Nothing)
Print |<tr>|
For p=0 To x
Print |<td>|
Print(ne.ColumnValues(p))
Print |</td>|
Next
Print |</tr>|
Set ne = nv.GetNext( ne )
Wend
I've checked all settings, database corruption and ran fixup and re-indexed views. Any other suggestions??? Thanks!
Feedback number WEBB949RR2 created by ~Michelle Xangeroson on 01/24/2013
Status: Open
Comments: